home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Univers Mac Interactif 42
/
Univers Mac Interactif - Issue 42.iso
/
>interactif
/
Démos Voyager
/
BEET.DIR
/
00056_Script_56
< prev
next >
Wrap
Text File
|
1994-10-20
|
560b
|
32 lines
on enterframe
cursor 200
end
on waitQT chan
if the movieRate of sprite chan = 1 then go to the frame
end
on waitSound chan
if soundbusy(chan) = 1 then go to the frame
end
on myWait theTicks
set myTicks = theTicks + the ticks
repeat while (myTicks >= the ticks)
updateStage
end repeat
end
on waiting theTicks
--must be preceded by startTimer
if theTicks > the timer then go the frame
end
on KeyDown
global autoplaying
put 0 into autoplaying
sound stop 1
sound stop 2
unloadcast
play done
end